type github.com/google/go-cmp/cmp/internal/function.funcType

3 uses

	github.com/google/go-cmp/cmp/internal/function (current package)
		func.go#L15: type funcType int
		func.go#L18: 	_ funcType = iota
		func.go#L38: func IsType(t reflect.Type, ft funcType) bool {